addExcludeBytes

open fun addExcludeBytes(value: ByteString): Nanopb.NanoPBOptions.Builder
Automatic includes to exclude from generated `.pb.h`
Same as nanopb_generator.py command line flag -x.
repeated string exclude = 26;

Return

This builder for chaining.

Parameters

value

The bytes of the exclude to add.